home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Examples / AppKit / VideoApp / English.lproj / VideoApp.nib / data.classes next >
Encoding:
Text File  |  1992-06-16  |  664 b   |  52 lines

  1. NXLiveVideoView = {
  2.     ACTIONS = {
  3.     start:;
  4.     stop:;
  5.     };
  6.     SUPERCLASS = View;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. CustomVideoView = {
  14.     ACTIONS = {
  15.     setGrab:;
  16.     setActualSize:;
  17.     clear:;
  18.     setImage:;
  19.     grab:;
  20.     };
  21.     OUTLETS = {
  22.     theImage;
  23.     };
  24.     SUPERCLASS = NXLiveVideoView;
  25. };
  26. MyApp = {
  27.     ACTIONS = {
  28.     appDidInit:;
  29.     setInput:;
  30.     openImage:;
  31.     setOutGamma:;
  32.     setMode:;
  33.     setGamma:;
  34.     setHue:;
  35.     setBrightness:;
  36.     setSharpness:;
  37.     swapWindows:;
  38.     setSaturation:;
  39.     };
  40.     OUTLETS = {
  41.     outputBox;
  42.     nretWindow;
  43.     window;
  44.     bufWindow;
  45.     inputBox;
  46.     retainedButton;
  47.     ioPopup;
  48.     videoView;
  49.     };
  50.     SUPERCLASS = Application;
  51. };
  52.